home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (3rd Edition)
/
The Business Master (3rd Edition).iso
/
files
/
utilreen
/
lasermat
/
readme1.bat
< prev
next >
Wrap
DOS Batch File
|
1992-12-06
|
6KB
|
142 lines
@echo off
cls
echo LaserMate400
echo (c) Copyright by E. R. Hunter 1992
echo SHAREWARE
echo QUICK INFORMATION (page 1)
if '%1' == 'p' goto doc1
if '%1' == 'P' goto doc1
echo .
echo .
echo LaserMate400 is a Terminate-and-Stay (TSR) laser printer control program
echo with keyboard control of your OKIDATA OL400 laser printer and other
echo HP LaserJet Series II compatible printers. It also has a NON-TRS mode.
echo It lets you access all of your laser printer features without using the
echo awkward printer control buttons. A few of LaserMate400 many features:
echo .
echo - Pop-Up menus.
echo - On-screen context sensitive HELP.
echo - Send form feed/eject page.
echo - Master reset printer to default settings.
echo - Download nine fonts file at a time to the printer.
echo - Select any resident and soft font from Pop-Up menu.
echo - Change primary and secondary font.
echo - Select primary and secondary font.
echo .
pause
cls
echo LaserMate400
echo (c) Copyright by E. R. Hunter 1992
echo SHAREWARE
echo QUICK INFORMATION (page 2)
echo .
echo LaserMate400 FEATURES (cont)
echo .
echo - Select paper trays and sizes.
echo - Make settings files to save printer setting for different
echo applications (ie;font, margins, paper size,soft font etc.)
echo - Set all printer margins.
echo - Reset printer margins to default values.
echo - Select symbols set from Pop-Up menu.
echo - Select many Hot Key.
echo - Execute printer self test.
echo - Execute expanded font and symbol set print test.
echo - Turn underline on and off.
echo - View directory on any disk.
echo .
pause
cls
echo LaserMate400
echo (c) Copyright by E. R. Hunter 1992
echo SHAREWARE
echo QUICK INFORMATION (page 3)
echo .
echo POINTS TO CONSIDER AFTER YOU COMPLETE INSTALLATION:
echo .
echo Please pass along the four LaserMaster400 files to others.
echo DO NOT distribute the separate uncompressed files. Please
echo upload LM400PKG.EXE to all the BBS'. Send comments and questions to
echo E. R. Hunter at 993 Highland Oaks, St. Marys, Ga. 31558 or leave a
echo message on CompuServe for 71544,273. Registered user will get reply.
echo The author is a certified Associate Computer Professional by
echo the Institute for Certification of Computer Professional and a member
echo of the Association of Shareware Professionals. Although LaserMate400
echo is so user friendly that you may not need instructions, it is very
echo important and highly recommended that you print the documentation
echo to see what your rights and responsibilities are for use of this
echo program. Run PRINTDOC.BAT at the DOS prompt to print the documentation.
echo YOU MUST REGISTER IF YOU FIND LaserMate400 USEFUL AND CONTINUE TO
echo USE IT. You will receive support described in PRINTDOC.BAT and in
echo REGISTER.FRM. Run REGISTER.BAT at the DOS prompt to print the form.
echo.
pause
cls
echo LaserMate400
echo (c) Copyright by E. R. Hunter 1992
echo SHAREWARE
echo QUICK INFORMATION (page 4)
echo .
echo ASP OMBUDSMAN STATEMENT TO ASSIST YOU WITH SHAREWARE:
echo .
echo LaserMate400 is produced by a member of the Association of Shareware
echo Professionals (ASP). ASP wants to make sure that the shareware
echo principle works for you. If you are unable to resolve a
echo shareware-related problem with an ASP member by contacting the member
echo directly, ASP may be able to help. The ASP Ombudsman can help you
echo resolve a dispute or problem with an ASP member, but does not provide
echo technical support for members' products. Please write to the ASP
echo Ombudsman at 545 Grover Road, Muskegon, MI 49442 or send a CompuServe
echo message via CompuServe Mail to ASP Ombudsman 70007,3536. You can
echo leave feedback for the author on CompuServe 71544,273. Registered user
echo can receive a reply to questions left on CompuServe.
echo.
pause
:doc2
cls
echo LaserMate400
echo (c) Copyright by E. R. Hunter 1992
echo SHAREWARE
echo QUICK INFORMATION (page 5)
echo .
if '%1' == 'p' goto doc3
if '%1' == 'P' goto doc3
echo 1. Print the the short "Load and Run Information" File
echo README2.TXT by entering the below command:
echo .
echo README1 p
echo .
:doc3
if '%1' == '' goto doc5
echo .
echo 1. You may now read the "Load and Run Information" you just printed.
echo .
:doc5
echo 2. To install LaserMate400, use below format: INSTALL1 s: d: f
echo s = letter for floppy containing LaserMate400 files.
echo d = letter for drive to load LaserMate400 to.
echo f = any character, if installing on 360K floppy diskette.
echo Leave blank if installing on any other floppy or hard drive.
echo Example:
echo INSTALL1 A: B: 3 (install on 360K floppy)
echo INSTALL1 A: B: (install on floppy except 360K floppy)
echo INSTALL1 A: C: (install on hard drive)
echo .
echo 3. Once installed, enter LM400 or LM400 /r to run LaserMate400.
echo .
echo GOOD LUCK - HOPE YOU FIND LaseMate400 HELPFUL AND EASY TO USE !!!
echo Leave feedback for CompuServe 71544,273.
goto done
:doc1
echo .
echo Adjust printer if needed and
pause
type readme2.txt > lpt1
goto doc2
:done